home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 23 / develop issue 23 code / multipane dialogs code.sea / Multipane Dialogs Code / Sample.h / Sample.h
Encoding:
Text File  |  1994-09-15  |  322 b   |  14 lines  |  [TEXT/MMCC]

  1. /* Sample application which makes use of the multi-pane dialog code
  2.  * By Norman Franke
  3.  */
  4.  
  5. // Initialize application's menus
  6. void CreateMenus(void);
  7.  
  8. // Process a menu command
  9. void DoMenuCommand(long menuVal);
  10.  
  11. // Adjust menus depending for movable modal dialog display
  12. void SetMenusIdle(void);
  13. void SetMenusBusy(void);
  14.